grid: Remove child list
authorTimm Bäder <mail@baedert.org>
Sat, 17 Mar 2018 14:45:35 +0000 (15:45 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 20 Mar 2018 08:37:59 +0000 (09:37 +0100)
commit922b2cf99a3ac49385e7e8fe4689cb04c79d132a
tree03a047a282cdb6d09137045938e43c7c9d07c909
parentc8b0c55284ed19c1ec34be74f8b01e01b8295a4a
grid: Remove child list

Save the child info using g_object_set_qdata and just use the widget's
built-in child list for everthing else. This is especially simple for
GtkGrid since it has never supported reordering its child widgets.
gtk/gtkgrid.c